/ Assembly List / LJCDBViewDAL / ViewJoinOns / Add

Namespace - LJCDBViewDAL


Parameters
id - The record ID.
viewJoinID - The ViewJoin ID.
fromColumnName - The "From" column name.
toColumnName - The "To" column name.

Returns

A reference to the added item.

Syntax

C#
public ViewJoinOn Add(Int32 id, Int32 viewJoinID, String fromColumnName, String toColumnName)

Creates and adds the object from the provided values.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.